'Declaration<DispIdAttribute(23)> Function AddLinkAnnotation_2( _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Width As Single, _ ByVal Height As Single, _ ByVal Borders As Boolean, _ ByVal Cyan As Byte, _ ByVal Magenta As Byte, _ ByVal Yellow As Byte, _ ByVal Black As Byte _ ) As Integer
[DispId(23)] int AddLinkAnnotation_2( float Left, float Top, float Width, float Height, bool Borders, byte Cyan, byte Magenta, byte Yellow, byte Black )
function AddLinkAnnotation_2(
Left: Single;
Top: Single;
Width: Single;
Height: Single;
Borders: Boolean;
Cyan: Byte;
Magenta: Byte;
Yellow: Byte;
Black: Byte
): Integer;
DispIdAttribute(23) function AddLinkAnnotation_2( Left : float, Top : float, Width : float, Height : float, Borders : boolean, Cyan : byte, Magenta : byte, Yellow : byte, Black : byte ) : int;
Parameters
- Left
- Top
- Width
- Height
- Borders
- Cyan
- Magenta
- Yellow
- Black
